From: Richard M. Stallman Date: Mon, 11 Jun 2001 09:33:32 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~63055 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=db4413bed9de836cb03b531f499f12d78ef3ed04;p=emacs.git Fix typo. --- diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 62662d885d7..4228a79c576 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi @@ -694,7 +694,7 @@ from that, you manipulate them with same functions used for other kinds of arrays. @defun make-bool-vector length initial -Return a new book-vector of @var{length} elements, +Return a new bool-vector of @var{length} elements, each one initialized to @var{initial}. @end defun